AssetEnumProperty

data class AssetEnumProperty(val property: String, val value: String, val defaultValue: String, val options: List<String>) : AssetProperty

A class that represents an enum asset property.

Parameters

property

the name of the property.

value

the current value of the property.

defaultValue

the default value of the property if it is not set.

options

the available options to choose the value from.

Constructors

Link copied to clipboard
constructor(property: String, value: String, defaultValue: String, options: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val property: String
Link copied to clipboard